PDF3DAnimation Class Members
In This Topic
The following tables list the members exposed by PDF3DAnimation.
Public Constructors
Public Methods
| | Name | Description |
 | getCos3DAnimation | Gets the COS animation. |
 | getPlayCount | Gets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE |
 | getStyle | Gets the animation style. |
 | getTimeMultiplier | Gets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE. |
 | setCos3DAnimation | This method supports the internal library infrastructure and should not be used by external client code. |
 | setPlayCount | Sets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE |
 | setStyle | Sets the animation style. |
 | setTimeMultiplier | Sets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE. |
Top
See Also